home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / cre_p1.hlp < prev    next >
Text File  |  1995-04-22  |  2KB  |  54 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   HOW TO RUN ANY FILES WITH THE '.CRE' 
  8.   EXTENDER DOWNLOADED FROM SIG*ATARI 
  9.  
  10.  
  11.  
  12.  
  13.  
  14. To help you get started, CRE files are necessary because Compuserve doesn't 
  15. support transfer of anything other than regular ASCII characters. (Well, it 
  16. does, but not in normal use.) Soon, we will have a program that will allow you 
  17. to send/receive this special data, called an Exec. Until then, files that have 
  18. control and inverse characters have to be altered to a format that can be 
  19. transferred from/to Compuserve. 
  20.  
  21. A former SYSOP of SIG*ATARI named Bill Volk wrote a program originally called 
  22. CREATO.ATR (hence- the name CREATOR), which has subsequently been modified and 
  23. improved by many sig users. The 
  24. most current version of this pgm is located in the XA3 database. 
  25.  
  26. When RUN, this BASIC program will generate a new pgm in LISTed ASCII format 
  27. that will later be used to reCREate the source program you would otherwise be 
  28. unable to transfer. 
  29.  
  30. Thus, a file ending with ".CRE" is an Atari BASIC program that when RUN writes 
  31. the original file to your disk drive. It reCREates it, if you will. A problem 
  32. arises if the CRE file will be larger than 12K bytes or so. Many Atari terminal 
  33. programs have limited buffer sizes for downloading, and because of this 
  34. wouldn't be able to download these programs. To solve this, a program will 
  35. sometimes be broken up into several parts. Usually, these are notated in the XA 
  36. by appending a letter to the file name. 
  37. So, if a file is named TEST, and it has to be in four parts, it will usually be 
  38. four pieces named "TESTA.CRE", "TESTB.CRE", "TESTC.CRE" and "TESTD.CRE". 
  39.  
  40. If a CRE file is in several parts, here's how you work it. ENTER the first file 
  41. (in our example: ENTER"D:TESTA.CRE") and RUN it. Then for each of the remaining 
  42. parts, type NEW to clear memory and then ENTER and RUN the next part. (The NEW 
  43. is important! ENTER doesn't clear memory first like LOAD does.) 
  44.  
  45. In any case, you should have guessed that the CRE file must be ENTERED before 
  46. it is RUN. The final file that a CRE file creates may be tokenized BASIC, 
  47. listed BASIC, a binary load file, or even a data file with no special format. 
  48. Check the description 
  49. or accompanying documentation file to see how you should load the final file 
  50. the CRE file creates. 
  51.  
  52.  
  53.  
  54.